home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
SpaceEscape.swf
/
scripts
/
frame_3
/
PlaceObject2_55_2
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-08
|
214 b
|
8 lines
onClipEvent(enterFrame){
this.bar._xscale = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
if(_root.getBytesLoaded() >= _root.getBytesTotal())
{
_root.gotoAndStop("loadArrays");
}
}